home *** CD-ROM | disk | FTP | other *** search
/ Computer Life 1996 January / Computer Life January 1996.iso / blizzard / blizdemo / blizdemo.exe / SHATMENU.DXR / 00011_HOW2OR.PCX.ls < prev    next >
Encoding:
Text File  |  1995-10-12  |  171 b   |  12 lines

  1. on mouseDown
  2.   puppetSprite(5, 1)
  3.   set the castNum of sprite 5 to 12
  4.   updateStage()
  5. end
  6.  
  7. on mouseUp
  8.   puppetSprite(5, 0)
  9.   updateStage()
  10.   play movie "ordrshat.dir"
  11. end
  12.